Import
Import an anchore image tar.gz archive file. This is a deprecated API replaced by the "/imports/images" route
post/import/images
Response
Successfully imported image to the engine
Example response
[
{
"last_updated": "2000-01-23T04:56:07.000+00:00",
"analysis_status": "not_analyzed",
"created_at": "2000-01-23T04:56:07.000+00:00",
"annotations": "{}",
"image_status": "active",
"userId": "userId",
"image_content": "{}",
"image_detail": [
{
"registry": "registry",
"last_updated": "2000-01-23T04:56:07.000+00:00",
"imageId": "imageId",
"fulldigest": "fulldigest",
"repo": "repo",
"dockerfile": "dockerfile",
"created_at": "2000-01-23T04:56:07.000+00:00",
"fulltag": "fulltag",
"userId": "userId",
"imageDigest": "imageDigest"
},
{
"registry": "registry",
"last_updated": "2000-01-23T04:56:07.000+00:00",
"imageId": "imageId",
"fulldigest": "fulldigest",
"repo": "repo",
"dockerfile": "dockerfile",
"created_at": "2000-01-23T04:56:07.000+00:00",
"fulltag": "fulltag",
"userId": "userId",
"imageDigest": "imageDigest"
}
],
"imageDigest": "imageDigest"
}
]